runtime.rwmutex.init (method)

3 uses

	runtime (current package)
		proc.go#L794: 	allocmLock.init(lockRankAllocmR, lockRankAllocmRInternal, lockRankAllocmW)
		proc.go#L795: 	execLock.init(lockRankExecR, lockRankExecRInternal, lockRankExecW)
		rwmutex.go#L60: func (rw *rwmutex) init(readRank, readRankInternal, writeRank lockRank) {